home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3dm / video / vlperror.z / vlperror
Encoding:
Text File  |  1998-10-20  |  2.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. VVVVLLLLPPPPEEEERRRRRRRROOOORRRR((((3333ddddmmmm))))                                                    VVVVLLLLPPPPEEEERRRRRRRROOOORRRR((((3333ddddmmmm))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      vlPerror, vlStrError, vlGetErrno, vlErrno - VL error routines
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<ddddmmmmeeeeddddiiiiaaaa////vvvvllll....hhhh>>>>
  13.  
  14.      vvvvooooiiiidddd vvvvllllPPPPeeeerrrrrrrroooorrrr((((ccccoooonnnnsssstttt cccchhhhaaaarrrr ****ssssttttrrrr))));;;;
  15.      cccchhhhaaaarrrr ****vvvvllllSSSSttttrrrrEEEErrrrrrrroooorrrr((((iiiinnnntttt eeeerrrrrrrrnnnnuuuummmm))));;;;
  16.      iiiinnnntttt vvvvllllGGGGeeeettttEEEErrrrrrrrnnnnoooo((((vvvvooooiiiidddd))));;;;
  17.      iiiinnnntttt vvvvllllEEEErrrrrrrrnnnnoooo;;;;
  18.  
  19. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  20.      _s_t_r      String to be prefixed before error message.
  21.  
  22.      _e_r_r_n_u_m   VL error number.
  23.  
  24. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.      vvvvllllPPPPeeeerrrrrrrroooorrrr takes a pointer to a character array containing message to be
  26.      printed along with the message associated with the error number in
  27.      vvvvllllPPPPeeeerrrrrrrroooorrrr and prints both on stderr.
  28.  
  29.      vvvvllllSSSSttttrrrrEEEErrrrrrrroooorrrr takes a value representing the error number and returns the
  30.      string representing the VL error number specified.
  31.  
  32.      vvvvllllGGGGeeeettttEEEErrrrrrrrnnnnoooo returns the per-process VL error number for the calling
  33.      thread. The internal setting and public retrieval of the VL error value
  34.      is guaranteed to be thread-safe.
  35.  
  36.      vvvvllllEEEErrrrrrrrnnnnoooo is a global variable set in the library when an error has
  37.      occured. This should not be directly accessed, instead use the vvvvllllGGGGeeeettttEEEErrrrrrrrnnnnoooo
  38.      call. This variable is maintained for compatibility only. Unlike the
  39.      values returned by vlGetErrno, vlErrno is not a per-thread value.
  40.  
  41. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  42.      vvvvllllSSSSttttrrrrEEEErrrrrrrroooorrrr returns a pointer to a character array representing the
  43.      description of the VL error number specified.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.